'Declaration
Public Sub InsertRange( _ ByVal index As System.Integer, _ ByVal collection As System.Collections.ICollection _ )
'Usage
Dim instance As NDataSeries(Of T) Dim index As System.Integer Dim collection As System.Collections.ICollection instance.InsertRange(index, collection)
public void InsertRange( System.int index, System.Collections.ICollection collection )
Parameters
- index
- collection